runtime._panic.sp (field)

4 uses

	runtime (current package)
		panic.go#L796: 		p.sp = unsafe.Pointer(getcallersp())
		panic.go#L801: 		p.sp = unsafe.Pointer(nil)
		panic.go#L945: 				gp.sigcode0 = uintptr(gp._panic.sp)
		runtime2.go#L1040: 	sp        unsafe.Pointer // where to return to in runtime if this panic is bypassed